@charset "utf-8";
/* Copy right @ Irfan Pathak */
body
{
	background-color:#f1f1f1;
	/*background:url(../images/background.jpg);*/
}
#wrapper
{
	width:1100px;
	height:auto;
	margin:auto;
	background-color:#FFF;
	box-shadow: 0 0 2px 0 #797979;
}
.clear
{
	clear:both;
	margin:0;
	padding:0;
}
/*====================================================================================
							Header CSS
====================================================================================*/
#wrapper #top_bar
{
	width:1100px;
	height:45px;
	background-color:#797979;
}
#top_bar #top_menu
{
	width:250px;
	height:auto;
	float:right;
	margin:10px 10px 0 0;
}
#top_menu a
{
	text-decoration:none;
	font-family: Arial;
	font-size:12px;
	padding:5px;
	color:#FFF;
}
#top_menu a:hover
{
	text-decoration:underline;
}
#top_menu span
{
	color:#FFF;
}
#top_bar #search_bar
{
	width:325px;
	height:40px;
	float:right;
	margin:0 10px 0 0;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background-color:#ff7d3f;
}

#country
{
	width:330px;
	height:45px;
	float:right;
}
#country p
{
	color:#FFF;
	margin:0;
	padding:13px 0 0 5px;
	float:left;
	font-size:12px;
	font-family: Arial;
}
#country img
{
	float:left;
	cursor:pointer;
	margin:12px 0 0 10px;
}
#country select
{
	margin:12px 0 0 0;
	padding:0;
}


#top_header
{
	width:1100px;
	height:auto;
	background-color:#FFF;
}
#top_header #logo_top
{
	width:670px;
	height:120px;
	float:left;
	background-color:#FFF;
}
#logo_top img
{
	width:350px;
	height:120px;
	margin: 5px 0 0 10px;
}
#top_header #contact_top
{
	width:174px;
	height:100px;
	float:left;
	margin:10px 0 10px 0;
	border-left:1px solid #797979;
	background-color:#FFF;
}
#contact_top h4
{
	margin:15px 0 0 25px;
	color:#797979;
	float:left;
	font-family: Arial;
}
#contact_top p
{
	margin:0 0 0 25px;
	color:#ff7d3f;
	float:left;
	font-family: Arial;
	font-size: 14px;
}
#contact_top img
{
	float:right;
	margin:10px 10px 0 0;
	cursor:pointer;
}
#top_header #search_top
{
	width:250px;
	height:100px;
	float:left;
	margin:10px 0 10px 0;
	border-left:1px solid #797979;
}
#search_top #search
{
	margin:30px 0 0 5px;
	float:left;
	padding:0 0 0 10px;
	height:24px;
	outline:none;
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	
}
#search_top #search_btn
{
	float:left;
	height:28px;
	color:#FFF;
	cursor:pointer;
	margin:30px 0 0 0;
	border:1px solid #ff7d3f;
	background-color:#ff7d3f;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	
}

/*====================================================================================
							Menu CSS
====================================================================================*/
#menu
{
	width:1100px;
	height:50px;
	background-color:#797979;
}
#menu ul
{
	list-style:none;
	float:left;
	margin:15px 0 0 20px;
}
#menu ul li
{
	display:inline;
	padding:0 19px 0 0;
	margin:0;
}
#menu ul li a
{
	text-decoration:none;
	color:#FFF;
	padding:14px;
	font-family: Arial;
	font-size: 16px;
}
#menu ul li a:hover
{
	text-decoration:none;
	background-color:#ff7d3f;
	font-family: Arial;
	font-size: 16px;
}
#menu #social_media
{
	float:left;
	width:260px;
	height:50px;
	margin:1px 0 0 0;
	padding:0;
}
#menu #social_media ul
{
	list-style:none;
	margin:12px 0 0 0;
	padding:0;
	width:320px;
}
#social_media ul li
{
}
#social_media ul li a
{
	text-decoration:none; 
	color:#FFF;
	font-family: Arial;
	font-size: 16px;
}
#social_media ul li a img
{
	width:18px;
	height:18px;
}
#social_media ul li a span
{
	color:#FFF;
	padding-left:10px; 
	font-family: Arial;
	font-size: 16px;
}
/*====================================================================================
							Body Main Container
====================================================================================*/
#main_container
{
	width:1100px;
	height:auto;
	background-color:#FFF;
}
#main_container #navigation
{
	width:1100px;
	height:18px;
	background-color:#FFF;
}
#navigation img
{
	width:12px;
	height:12px;
	float:left;
	margin-left:5px;
}
#navigation p
{
	font-size:11px;
	color:#797979;
	margin-top:3px;
}
#navigation p span
{
	font-size:11px;
	color:#ff7d3f;
}
/*====================================================================================
							Body Main Left Container
====================================================================================*/
#main_container #left_container
{
	width:200px;
	height:auto;
	float:left;
}
#left_container #left_title
{
	width:200px;
	height:40px;
	background-color:#ff7d3f;
	border-top-right-radius:10px;
}
#left_title h4
{
	margin:0;
	color:#FFF;
	padding:10px 0 0 50px;
}
#left_container #Product_list
{
	width:199px;
	height:1020px;
	overflow-y:scroll;
	margin-bottom:15px;
	background-color:#FCFCFC;
	border-bottom-right-radius:10px;
}
#Product_list ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#Product_list ul li
{
	margin:5px 0 0 15px;
	padding:0;
}
#Product_list ul li img
{
	margin:0;	
}
#Product_list ul li a
{
	text-decoration:none;
	color:#797979;
	font-family: Arial;
	font-size: 14px;
	margin:0;
}
#Product_list ul li a:hover
{
	color:#FFF;
	background-color:#797979;
}
#Product_list ul #spliter
{
	border-bottom:dotted 1.5px #797979;
	margin:5px 0 0 0;
	padding:0;
}
#Product_list ul #spliter_last
{
	border-bottom:dotted 1.5px #797979;
	margin:0;
	padding:0;
}
/*====================================================================================
							Body Main Right Container
====================================================================================*/
#main_container #right_container
{
	width:900px;
	height:auto;
	float:left;
}
#right_container #service1
{
	width:150px;
	height:40px;
	float:left;
	margin:0 25px 0 50px;
	margin-bottom:25px;
	background-color:#797979;
	border:1px solid #797979;
	border-radius:10px;	
}
#service1 img
{
	float:left;
	margin:0;
}
#service1 p
{
	float:left;
	color:#FFF;
	margin:10px 0 0 30px;
	font-family: Arial;
	font-size: 16px;
}
#right_container #service1:hover
{
	width:150px;
	height:40px;
	float:left;
	margin:0 25px 0 80px
	margin-bottom:10px;
	background-color:#6ea5e8;
	border:1px solid #6ea5e8;
	border-radius:10px;
	cursor:pointer;	
}
#right_container #service2
{
	width:150px;
	height:40px;
	float:left;
	margin:0 25px 0 35px;
	margin-bottom:25px;
	background-color:#797979;
	border:1px solid #797979;
	border-radius:10px;	
}
#service2 img
{
	float:left;
	margin:0;
}
#service2 p
{
	float:left;
	color:#FFF;
	margin:10px 0 0 25px;
	font-family: Arial;
	font-size: 16px;
}
#right_container #service2:hover
{
	width:150px;
	height:40px;
	float:left;
	margin:0 25px 0 35px;
	margin-bottom:10px;
	background-color:#6ea5e8;
	border:1px solid #6ea5e8;
	border-radius:10px;
	cursor:pointer;	
}
#right_container #service3
{
	width:150px;
	height:40px;
	float:left;
	margin:0 25px 0 35px;
	margin-bottom:25px;
	background-color:#797979;
	border:1px solid #797979;
	border-radius:10px;	
}
#service3 img
{
	float:left;
	margin:0;
}
#service3 p
{
	float:left;
	color:#FFF;
	margin:10px 0 0 15px;
	font-family: Arial;
	font-size: 16px;
}
#right_container #service3:hover
{
	width:150px;
	height:40px;
	float:left;
	margin:0 25px 0 35px;
	margin-bottom:10px;
	background-color:#6ea5e8;
	border:1px solid #6ea5e8;
	border-radius:10px;
	cursor:pointer;	
}
#right_container #service4
{
	width:150px;
	height:40px;
	float:left;
	margin:0 25px 0 35px;
	margin-bottom:25px;
	background-color:#3f65b0;
	border:1px solid #3f65b0;
	border-radius:10px;	
}
#service4 img
{
	float:left;
	margin:0;
}
#service4 p
{
	float:left;
	color:#FFF;
	margin:10px 0 0 10px;
	font-family: Arial;
	font-size: 16px;
}
#right_container #service4:hover
{
	width:150px;
	height:40px;
	float:left;
	margin:0 25px 0 35px;
	margin-bottom:10px;
	background-color:#6ea5e8;
	border:1px solid #6ea5e8;
	border-radius:10px;
	cursor:pointer;	
}
#right_container #image_container
{
	width:267px;
	height:auto;
	float:left;
	margin-left:20px;
	margin-bottom:10px;
}
#image_container h4
{
	margin:0;
	padding:5px 0 10px 90px;
	color:#ff7d3f;
	font-weight:bold;
	font-family: Tahoma;
	font-size: 14px;
}
#image_container img
{
	width:120px;
	height:100px;
	margin:0;
	padding:0 0 0 60px;
}
#image_container p
{
	padding:10px 10px 0 10px;
	margin:0;
	font-family: Tahoma;
	font-size: 13px;
	text-align:justify;
}
#image_container #more
{
	width:100px;
	height:30px;
	margin:10px 0 10px 80px;
	background-color:#f36c21;
	border-radius:10px;
}
#image_container #more:hover
{
	width:100px;
	height:30px;
	margin:10px 0 10px 80px;
	background-color:#ed1f24;
	border-radius:10px;
	cursor:pointer;
}
#more a
{
	color:#FFF;
	position:absolute;
	text-decoration:none;
	font-weight:bold;
	margin:5px 0 0 30px;
}
#main_container #contant_right
{
	width:870px;
	height:auto;
	float:left;
	margin:0 0 10px 10px;
	border-radius:10px;
}
#contant_right h4
{
	margin:10px 0 0 10px;
	padding:0;
	font-family: Gisha;
	font-size: 14px;
	color:#000;
	font-weight:bold;

}
#contant_right p span
{
	padding-left:60px;
}
#contant_right p
{
	padding:10px;
	margin:0;
	font-family: Gisha;
	font-size: 14px;
	color:#000;
	text-align:justify;

}
/*====================================================================================
							 		Footer CSS
====================================================================================*/
#footer_top
{
	width:1100px;
	height:200px;
	background-color:#E4E4E4;
}
#footer_top #footer_detail
{
	float:left;
	width:270px;
	height:200px;
	margin:0 0 0 2px;
}
#footer_detail h4
{
	margin:0;
	padding:15px 0 0 80px;
	color:#ed1f24;
	font-size:18px;
}
#footer_detail ul
{
	list-style:none;
	margin: 10px 0 0 80px;
}
#footer_detail ul li
{
	margin:5px 0 0 0;
	padding:0;
}
#footer_detail ul li img
{
	float:left;
}

#footer_detail ul li a
{
	margin:0;
	text-decoration:none;
	padding:0;
	color:#000;
}
#footer_detail a:hover
{
	text-decoration:underline;
}
#footer_detail span
{
	position:absolute;
	margin:0 0 0 73px;
}
#footer_detail span a
{
	margin:0;
	padding:0;
}
#footer_detail span a img
{
	margin:0 0 0 0;
	padding:10px 0 0 10px;
}
#footer_detail p
{
	float:left;
	margin:8px 0 0 0;
	padding:0;
	color:#000;
	font-size:14px;
}
#footer_detail img
{
	margin:8px 5px 0 80px;
	padding:0;
	float:left;
}
#footer_detail span #payment
{
	float:left;
	width:200px;
	height:50px;
	margin:10px 0 0 0;
}
#payment img
{
	margin:0;
	padding-left:2px;
}
#footer
{
	width:1100px;
	height:40px;
	background-color:#797979;
}
#footer #copy_right
{
	width:350px;
	margin:0 0 0 430px;
	height:auto;
	padding-top:10px;
}
#copy_right p
{
	margin:0;
	color:#FFF;
	font-size:14px;
	padding:0;
}
/*====================================================================================
							About page CSS
====================================================================================*/
#right_container #about_title
{
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
	font-size:24px;
	color:#ff7d3f;
}
#about_title u
{
	color:#ff7d3f;
}
#right_container #about_detail
{
	color:#797979;
	text-align:justify;
	padding:20px 20px 5px 20px;
}
#about_detail span
{
	margin:0;
	color:#797979;
	padding-left:120px;
}
#right_container #about_end_line
{
	color:#797979;
	margin:60px 0 0 60px;
}
/*====================================================================================
							Contact page CSS
====================================================================================*/
#right_container #contact_title
{
	margin:0;
	padding:10px 0 0 350px;
	font-size:24px;
	color:#797979;
}
#contact_title u
{
	color:#ff7d3f;
}
#right_container #contact_us
{
	width:380px;
	height:350px;
	float:left;
	margin:10px 0 0 15px;
}
#contact_us table
{
	width:280px;
	height:auto;
	color:#ff7d3f;
	margin:10px 0 0 50px;
}
table tr
{
	border:1px solid #666666;
}
table tr td
{
	font-size:18px;
	padding:0 0 30px 0;
}

table tr td span
{
	color:#797979;
}
#right_container #contact_us_map
{
	width:380px;
	height:320px;
	float:left;
	margin:10px 0 25px 37px;
	border:1px solid #797979;
}
#right_container #contact_form
{
	width:800px;
	height:auto;
	float:left;
	margin:10px 0 0 15px;
}
#contact_form h3
{
	color:#ff7d3f;
	font-size:24px;
	margin:10px 0 10px 340px;
}
#contact_form #form_title
{
	width:200px;
	height:40px;
	float:left;
	margin:10px 0 0 100px;
}
/*====================================================================================
							Product page CSS
====================================================================================*/
#right_container #standerd_product
{
	float:left;
	width:595px;
	height:auto;
}
#standerd_product #product_name
{
	width:352px;
	height:40px;
	margin:0;
}
#product_name h4
{
	color:#797979;
	margin:0;
	padding:8px 0 0 20px;
}
#standerd_product #product_detail_main
{
	width:360px;
	border-radius:15px;
	box-shadow:0 0 10px 0 rgba(170,170,170,1);
	height:auto;
	float:left;
	margin:0 0 10px 140px;
	
background: #EAEAEA; /* Old browsers */
background: -moz-linear-gradient(left,  #EAEAEA 0%, #ffffff 20%, #ffffff 80%, #EAEAEA 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#EAEAEA), color-stop(20%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#EAEAEA)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #EAEAEA 0%,#ffffff 20%,#ffffff 80%,#EAEAEA 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #EAEAEA 0%,#ffffff 20%,#ffffff 80%,#EAEAEA 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #EAEAEA 0%,#ffffff 20%,#ffffff 80%,#EAEAEA 100%); /* IE10+ */
background: linear-gradient(to right,  #EAEAEA 0%,#ffffff 20%,#ffffff 80%,#EAEAEA 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#EAEAEA',GradientType=1 ); /* IE6-9 */

}
#product_detail_main img
{
	width:200px;
	height:200px;
	padding:0 0 0 80px;
}
#standerd_product #key_feature
{
	float:left;
	width:522px;
	height:31px;
	margin:10px 0 0 0;
	border-top-right-radius:10px; 
}
#key_feature h4
{
	color:#FFF;
	margin:0;
	padding:10px 0 0 10px;
}
#key_feature_detail
{
	width:500px;
	height:auto;
	float:left;
	margin-bottom:10px;
}
#key_feature_detail ul
{
	margin:0;
	padding-top:10px;
}
#standerd_product #other_product
{
	float:left;
	width:590px;
	height:auto;
}
#other_product #other_title
{
	float:left;
	width:522px;
	height:35px;
	margin:0;
	border-top-right-radius:10px; 
}
#other_title h4
{
	color:#797979;
	margin:0;
	padding:6px 0 0 10px;
}
#other_product #other_container
{
	float:left;
	width:645px;
	height:auto;
}
#other_container #subproduct
{
	width:150px; 
	height:150px; 
	float:left; 
	margin-left:10px;
}
#subproduct img
{
	width:100px;
	height:100px;
	margin:10px 0 10px 0;
	padding:0;
}
#subproduct a
{
	text-decoration:none;
	color:#797979;
	font-weight:bold;
	font-size:12px;
}
#subproduct a:hover
{
	text-decoration:underline;
}
#right_container #support
{
	width:250px;
	height:auto;
	float:right;
	margin:0 5px 10px 0;
}
#support #callus
{
	float:left;
	width:125px;
	height:auto;
}
#support #callus a
{
	text-decoration:none;
	margin:0;
	padding:0;
}
#support #callus h3
{
	color:#797979;
	margin:0;
	padding:0;
}
#support #callus p
{
	color:#797979;
	font-size:16px;
	margin:0;
	padding:0;
}
#support #callus img
{
	margin:0;
	padding:0;
	width:125px;
	height:35px;
	cursor:pointer;
}
#right_container #Calculator
{
	width:244px;
	height:auto;
	float:right;
	margin:0 5px 10px 0;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#Calculator #title_box
{
	width:244px;
	height:40px;
	background-color:#ff7d3f;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
#title_box h4
{
	margin:0;
	color:#FFF;
	float:right;
	padding:10px 80px 0 0;
}
#Calculator ul
{
	width:250px;
	margin:0;
	padding:0;
	list-style:none
}
#Calculator ul li
{
	width:250px;
	margin:5px 0 0 0;
}
#Calculator ul li select
{
	width:234px;
	margin-left:5px;
}
#Calculator ul li input
{
	width:220px;
	padding-left:10px;
	margin-left:5px;
}
#Calculator ul li label
{
	padding-left:5px;
	color:#797979;
}
#Calculator #calculator_footer
{
	width:244px;
}
#calculator_footer h3
{
	padding-left:5px;
	color:#797979;
	font-size:17px;
}
#calculator_footer input
{
	margin-left:10px;
	outline:none;
	width:80px;
}

/*====================================================================================
							View our Products page
====================================================================================*/

#main_container #our_products_top
{
	margin:0 0 10px 30px;
	float:left;
	width:327px;
	height:40px;
	border-radius:10px;
	background-color:#ff7d3f;
}
#our_products_top h4
{
	margin:10px 0 0 140px;
	padding:0;
	color:#FFF;
}
#main_container #our_products
{
	margin:0 0 10px 34px;
	float:left;
	width:322px;
	height:auto;
	/*border-radius:10px;
	box-shadow:0 0 8px 0 rgba(153,153,153,1);*/
	/*background-color:#CCC;*/
}
#our_products h4
{
	margin:10px 0 0 80px;
	padding:0;
}
#our_products h4 a
{
	text-decoration:none;
	color:#000;
}
#our_products h4 a:hover
{
	text-decoration:underline;
	color:#ff7d3f;
}
#our_products ul
{
	padding:0;
	margin:10px 0 0 120px;
}
#our_products ul li
{
}
#our_products ul li a
{
	text-decoration:none;
	color:#000;
}
#our_products ul li a:hover
{
	text-decoration:underline;
	color:#ff7d3f;
}
/*====================================================================================
							Signup Page CSS
====================================================================================*/
#right_container #reg_form
{
	width:600px;
	margin:0 0 0 50px;
	height:auto;
}
#reg_form h3
{
	margin:0;
	padding:10px 0 0 0;
	font-size:24px;
	color:#ff7d3f;
	cursor:pointer;
}
#reg_form h3:hover
{
	text-decoration:underline;
}
#reg_form table
{
	width:600px;
	margin:0;
	padding:0;
	height:auto;
	margin:20px 0 0 130px;
}
#reg_form table tr
{
	margin:0;
	padding:0;
}
#reg_form table tr td
{
	margin:0;
	padding:5px;
}
#reg_form label
{
	font-size:15px;
	color:#666;
	font-weight:bold;
}
#reg_form input[type=text], #reg_form input[type=password]
{
	width:300px;
	height:20px;
	outline:none;
	border:none;
	box-shadow:0 0 5px 0 rgba(153,153,153,1);
	border-radius:5px;
	padding:2px 10px 2px 10px;
	color:#666;
}
#reg_form input[type=text]:focus, #reg_form input[type=password]:focus
{
	outline:none;
	box-shadow:0 0 10px 0 #ff7d3f;
}
#reg_form textarea
{
	outline:none;
	border:none;
	box-shadow:0 0 5px 0 rgba(153,153,153,1);
	border-radius:5px;
	padding:10px 10px;
	color:#666;
}
#reg_form textarea:focus
{
	outline:none;
	box-shadow:0 0 10px 0 #ff7d3f;
}
#reg_form input[type=submit], #reg_form input[type=reset]
{
	margin:10px 20px 0 4px;
	width:80px;
	height:30px;
	outline:none;
	border:none;
	box-shadow:0 0 5px 0 rgba(153,153,153,1);
	border-radius:5px;
	padding:2px 10px 2px 10px;
	color:#666;
	cursor:pointer;
	font-weight:bold;
}
#reg_form input[type=submit]:focus, #reg_form input[type=reset]:focus
{
	outline:none;
	box-shadow:0 0 10px 0 #ff7d3f;
}
.fb_btn
{
	margin:0 0 10px 10px;
	width:100px;
	height:30px;
	outline:none;
	border:none;
	box-shadow:0 0 5px 0 rgba(153,153,153,1);
	border-radius:5px;
	color:#666;
	cursor:pointer;
	font-weight:bold;
}
.fb_btn:focus
{
	outline:none;
	box-shadow:0 0 10px 0 #ff7d3f;
}
#login h3
{
	margin:0 0 0 50px;
	padding:10px 0 0 0;
	font-size:24px;
	color:#ff7d3f;
	cursor:pointer;
}
#login h3:hover
{
	text-decoration:underline;
}
/*====================================================================================
							Custom Quote Page CSS
====================================================================================*/
#quote_custom
{
	width:80%;
	height:auto;
	margin:10px auto 10px auto;
}

.quote_wrapper {
	width:760px; 
	border:#E7EAEF 8px solid;
	margin:0 auto;
	}
.quote_con {
	width:612px;
	margin:0 auto 40px;
	padding-top:20px;
	}
.quote_con h1 {
	font-size:22px;
	color:#2548D4;
	font-weight:bold;
	padding:15px 0 0 8px;
	margin:0;
	float:left;
	}
.quote_con img {
	float:left;
	}
.quotefield_box  {
	width:610px;
	margin:20px 0 0;
	border-left:#ECEEF2 1px solid;
	border-right:#ECEEF2 1px solid;
	border-top:#ECEEF2 1px solid;
	padding-bottom:20px;
	}
.boxtop_bg {
	width:585px;
	height:45px;
	border:#ECEEF2 1px solid;
	color:#728593;
	padding:8px 0 0 25px;
	font-size:14px;
	text-align:left;
	}
.boxtop_bg strong {
	font-size:16px;
	color:#2A3339;
	font-weight:bold;
	}
.qshort_dd_TextArea
	{
	    width:98%;
	    height:100px;
	}
.formbox {
	margin:0;
	padding:0;
	}
.qfield_bck {
	background:#E7EAEF;
	border-top:#fff solid 1px;
	border-bottom:#D1D8DE solid 1px;
	padding:10px 0 10px 40px;
	}
.qpoint_bck {
	background:url(/content/images/qpoint_bg.jpg) no-repeat;
	float:left;
	width:146px;
	height:21px;
	font-size:14px;
	font-weight:bold;
	color:#2A3339;
	text-shadow:#FFFFFF 1px 1px;
	padding:4px 0 0 14px;
	}
.qpoint_bck1 {
	background:url(/content/images/qpoint_bg1.jpg) no-repeat;
	}
.qinput_field {
	width:340px;
	height:21px;
	background:#F7F8F9;
	border:none;
	border-bottom:#BDC6D2 solid 1px;
	border-top:#BDC6D2 solid 1px;
	color:#4E5C72;
	float:left;
}
.qsize_field {
	width:110px;
	height:21px;
	background:#F7F8F9;
	border:none;
	border-bottom:#BDC6D2 solid 1px;
	border-top:#BDC6D2 solid 1px;
	color:#4E5C72;
	float:left;
}
.qsize_label {
	float:left;
	font-size:12px;
	color:#526573;
	margin:5px 8px 0 6px;
	text-align:right;
	}
.qinput_dd {
	height:25px;
	}
.qshort_dd {
	width:220px;
	}
.qfield_rght {
	background:url(/content/images/point_rght.jpg) right no-repeat;
	float:left;
	width:8px;
	height:25px;
	}
.qfield_lft {
	background:url(/content/images/point_lft.jpg) left no-repeat;
	float:left;
	width:4px;
	height:25px;
	}
.red_color {
	color:#FF0000;
	}	
.qradio {
	width:13px;
	height:13px;
	float:left;
	}
.pdng_top {
	padding-top:1px;
	height:24px;
	}
.mrgn_top {
	margin-top:14px;
	}
.size_txt {
	font-size:11px;
	line-height:18px;
	color:#273339;
	}
.sizefield_con {
	float:left;
	margin:2px 0 0 10px;
	}
.boder_dd {
	border:#BDC6D2 solid 1px;
	}
.qty_field {
	width:65px;
	}
.qbuttons_con {
	width:200px;
	margin:20px auto 0;
	}
.qbuttons {
	background:#F0F2F4;
	border:#D1D8DE 1px solid;
	padding:8px 14px;
	float:left;
	margin-left:20px;
	font-size:11px;
	font-weight:bold;
	}
.qbuttons a {
	text-decoration:none;
	color:#000000;
	}
.qfield_bck
{
	text-align:left
}
/*====================================================================================
							FAQs  Page CSS
====================================================================================*/
#right_container #faqs_data
{
	margin:0;
	padding:10px 50px 25px 50px;
}
#faqs_data #odd_q
{
	list-style:none;
	color:#000;
	font-weight:bold;
	font-size:18px;
	margin:15px 0 0 0;
}
#faqs_data #even_a
{
	list-style:none;
	color:#797979;
	font-size:16px;
	text-align:justify;
}